const crypto/tls.signatureRSAPSS

11 uses

	crypto/tls (current package)
		auth.go#L48: 	case signatureRSAPSS:
		auth.go#L103: 		sigType = signatureRSAPSS
		common.go#L165: 	signatureRSAPSS
		handshake_client.go#L629: 		if sigType == signatureRSAPSS {
		handshake_client.go#L958: 		case signatureRSAPSS, signaturePKCS1v15:
		handshake_client_tls13.go#L594: 	if sigType == signatureRSAPSS {
		handshake_server_tls13.go#L619: 	if sigType == signatureRSAPSS {
		handshake_server_tls13.go#L625: 		if rsaKey, ok := public.(*rsa.PublicKey); ok && sigType == signatureRSAPSS &&
		key_agreement.go#L222: 	if (sigType == signaturePKCS1v15 || sigType == signatureRSAPSS) != ka.isRSA {
		key_agreement.go#L229: 	if sigType == signatureRSAPSS {
		key_agreement.go#L334: 	if (sigType == signaturePKCS1v15 || sigType == signatureRSAPSS) != ka.isRSA {